<xs:complexType name="PaymentDate" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Bezahldatum </xs:documentation>
<xs:documentation xml:lang="en">Date of payment </xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:restriction base="EDIDate" />
</xs:simpleContent>
</xs:complexType>
|